func runtime.dumpbool
6 uses
runtime (current package)
heapdump.go#L139: func dumpbool(b bool) {
heapdump.go#L209: dumpbool(!t.IsDirectIface() || t.Pointers())
heapdump.go#L359: dumpbool(isSystemGoroutine(gp, false))
heapdump.go#L360: dumpbool(false) // isbackground
heapdump.go#L520: dumpbool(false) // little-endian ptrs
heapdump.go#L522: dumpbool(true) // big-endian ptrs
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |